home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 168
- Top = 97
- Width = 542
- Height = 373
- Caption = 'MiniBase'
- Color = clAppWorkSpace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsMDIForm
- Menu = MainMenu1
- Position = poScreenCenter
- WindowMenu = Window1
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object StatusBar: TStatusBar
- Left = 0
- Top = 308
- Width = 534
- Height = 19
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Panels = <
- item
- Width = 100
- end
- item
- Width = 100
- end
- item
- Width = 230
- end
- item
- Width = 50
- end>
- ParentFont = False
- SimplePanel = False
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 534
- Height = 28
- Align = alTop
- BevelOuter = bvNone
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- object ToolBar1: TToolBar
- Left = 0
- Top = 0
- Width = 534
- Height = 26
- Images = ToolbarImages
- TabOrder = 0
- object ToolButton1: TToolButton
- Left = 0
- Top = 2
- Width = 8
- Height = 22
- Caption = 'ToolButton1'
- ImageIndex = 0
- Style = tbsSeparator
- end
- object OpenBtn: TToolButton
- Left = 8
- Top = 2
- Width = 23
- Height = 22
- Hint = 'Open table'
- Caption = 'OpenBtn'
- ImageIndex = 0
- OnClick = FileOpenItemClick
- end
- object NewBtn: TToolButton
- Left = 31
- Top = 2
- Width = 23
- Height = 22
- Hint = 'New table'
- Caption = 'NewBtn'
- DropdownMenu = NewPopUp
- ImageIndex = 14
- end
- object ToolButton4: TToolButton
- Left = 54
- Top = 2
- Width = 8
- Height = 22
- Caption = 'ToolButton4'
- ImageIndex = 2
- Style = tbsSeparator
- end
- object PrintBtn: TToolButton
- Left = 62
- Top = 2
- Width = 23
- Height = 22
- Hint = 'Print table contents'
- Caption = 'PrintBtn'
- ImageIndex = 2
- end
- object ToolButton6: TToolButton
- Left = 85
- Top = 2
- Width = 8
- Height = 22
- Caption = 'ToolButton6'
- ImageIndex = 3
- Style = tbsSeparator
- end
- object ViewBtn: TToolButton
- Left = 93
- Top = 2
- Width = 23
- Height = 22
- Hint = 'Set view mode'
- Caption = 'ViewBtn'
- ImageIndex = 11
- OnClick = ViewBtnClick
- end
- object ToolButton8: TToolButton
- Left = 116
- Top = 2
- Width = 8
- Height = 22
- Caption = 'ToolButton8'
- ImageIndex = 4
- Style = tbsSeparator
- end
- object CutBtn: TToolButton
- Left = 124
- Top = 2
- Width = 23
- Height = 22
- Hint = 'Cut'
- Caption = 'CutBtn'
- ImageIndex = 4
- OnClick = CutBtnClick
- end
- object CopyBtn: TToolButton
- Left = 147
- Top = 2
- Width = 23
- Height = 22
- Hint = 'Copy'
- Caption = 'CopyBtn'
- ImageIndex = 5
- OnClick = CopyBtnClick
- end
- object PasteBtn: TToolButton
- Left = 170
- Top = 2
- Width = 23
- Height = 22
- Hint = 'Paste'
- Caption = 'PasteBtn'
- ImageIndex = 6
- OnClick = PasteBtnClick
- end
- object ToolButton12: TToolButton
- Left = 193
- Top = 2
- Width = 8
- Height = 22
- Caption = 'ToolButton12'
- ImageIndex = 7
- Style = tbsSeparator
- end
- object ControlPanelBtn: TToolButton
- Left = 201
- Top = 2
- Width = 23
- Height = 22
- Hint = 'Open control panel'
- Caption = 'ControlPanelBtn'
- ImageIndex = 12
- OnClick = ControlPanelBtnClick
- end
- object ToolButton14: TToolButton
- Left = 224
- Top = 2
- Width = 8
- Height = 22
- Caption = 'ToolButton14'
- ImageIndex = 8
- Style = tbsSeparator
- end
- object QFilterBtn: TToolButton
- Left = 232
- Top = 2
- Width = 23
- Height = 22
- Hint = 'Quick filter'
- Caption = 'QFilterBtn'
- ImageIndex = 10
- OnClick = QFilterBtnClick
- end
- object QSearchBtn: TToolButton
- Left = 255
- Top = 2
- Width = 23
- Height = 22
- Hint = 'Quick search'
- Caption = 'QSearchBtn'
- ImageIndex = 8
- OnClick = QSearchBtnClick
- end
- object ToolButton18: TToolButton
- Left = 278
- Top = 2
- Width = 8
- Height = 22
- Caption = 'ToolButton18'
- ImageIndex = 11
- Style = tbsSeparator
- end
- object HelpBtn: TToolButton
- Left = 286
- Top = 2
- Width = 23
- Height = 22
- Hint = 'Help'
- Caption = 'HelpBtn'
- ImageIndex = 13
- OnClick = Contents1Click
- end
- end
- end
- object MainMenu1: TMainMenu
- Left = 44
- Top = 196
- object File1: TMenuItem
- Caption = '&File'
- Hint = 'File related commands'
- OnClick = File1Click
- object FileNewItem: TMenuItem
- Caption = '&New table'
- Hint = 'Create a new file'
- OnClick = FileNewItemClick
- end
- object FileOpenItem: TMenuItem
- Caption = '&Open table'
- Hint = 'Open an existing file'
- OnClick = FileOpenItemClick
- end
- object FileCloseItem: TMenuItem
- Caption = '&Close table'
- Hint = 'Close current file'
- OnClick = FileCloseItemClick
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object Utilities1: TMenuItem
- Caption = 'Table utilities ...'
- object Copytable1: TMenuItem
- Caption = 'Copy table'
- OnClick = Copytable1Click
- end
- object Renametable1: TMenuItem
- Caption = 'Rename table'
- OnClick = Renametable1Click
- end
- object Deletstable1: TMenuItem
- Caption = 'Delete table'
- OnClick = Deletstable1Click
- end
- object Rebuildtable1: TMenuItem
- Caption = 'Rebuild table'
- OnClick = Rebuildtable1Click
- end
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object Print2: TMenuItem
- Caption = 'Printer &Setup'
- end
- object PrintPreview1: TMenuItem
- Caption = 'Print Pre&view'
- OnClick = PrintPreview1Click
- end
- object Print1: TMenuItem
- Caption = '&Print'
- OnClick = Print1Click
- end
- object N4: TMenuItem
- Caption = '-'
- end
- object N3: TMenuItem
- Caption = '-'
- end
- object FileExitItem: TMenuItem
- Caption = 'E&xit'
- Hint = 'Exit the application'
- OnClick = FileExitItemClick
- end
- end
- object Window1: TMenuItem
- Caption = '&Window'
- GroupIndex = 10
- Hint = 'Window related commands such as Tile and Cascade'
- object WindowCascadeItem: TMenuItem
- Caption = '&Cascade'
- Hint = 'Arrange windows to overlap'
- OnClick = WindowCascadeItemClick
- end
- object WindowTileItem: TMenuItem
- Caption = '&Tile'
- Hint = 'Arrange windows without overlap'
- OnClick = WindowTileItemClick
- end
- object WindowArrangeItem: TMenuItem
- Caption = '&Arrange Icons'
- Hint = 'Arrange window icons at bottom of main window'
- OnClick = WindowArrangeItemClick
- end
- object WindowMinimizeItem: TMenuItem
- Caption = '&Minimize All'
- Hint = 'Minimize all windows'
- OnClick = WindowMinimizeItemClick
- end
- end
- object Help1: TMenuItem
- Caption = '&Help'
- GroupIndex = 10
- Hint = 'Help topics'
- object Contents1: TMenuItem
- Caption = 'Contents'
- OnClick = Contents1Click
- end
- object HelpAboutItem: TMenuItem
- Caption = '&About'
- OnClick = HelpAboutItemClick
- end
- end
- end
- object OpenDialog: TOpenDialog
- Filter = 'All files (*.MTI)|*.MTI'
- InitialDir = '.\tables'
- Left = 4
- Top = 196
- end
- object ToolbarImages: TImageList
- Left = 8
- Top = 252
- Bitmap = {
- 494C01010F001400040010001000FFFFFFFFFF00FFFFFFFFFFFFFFFF424D3604
- 0000000000003604000028000000400000005000000001000800000000000014
- 0000000000000000000000000000000000000000000000008000008000000080
- 8000800000008000800080800000C0C0C000C0DCC000F0CAA600000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000F0FBFF00A4A0A000808080000000FF0000FF000000FF
- FF00FF000000FF00FF00FFFF0000FFFFFF000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000042000000FFFF0A00540051005200
- 5300540041004E00440041005200440050005200450056004900450057000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000084000000EA2D0000972D00000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000795F000054545602BC1AE1010000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000FB0000000000
- 00FB00000000980000002C000000FFFF02000000000000000000000000000000
- 00000000000000000000000000000000000000FBFB00F8F8F8FBFBF8F8F8F8FB
- FB00000000000000000000000000DC6B00000000000000000000000000000000
- 0000000000000000000000000000000000000000FB00000000000000000000FB
- 0000000000000000000000000000000000000000000404040404040404040400
- 0000000000000000FBFB000000000000000000000000FFFF00FFFF00FFFF00F8
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000000000000000F8
- 0000000000000000000000000000000000000000000404040404040404040400
- 0000000000000000FBFB000000000000000000000000FFFF00FFFF00FFFF00F8
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000FBFB000000000000000000000000000000000000000000F8
- 0000000000000000000000000000000000000000000404040404040404040400
- 0000000000000000FBFB0000000000000000FBFBFB00FFFF00FFFF00FFFF00FB
- FB00000000000000000000000000000000000000000000000000000000000000
- 000000000000000000FBFB0000000000000000FBFB00000000000000000000FB
- FBFB000000000000000000000000000000000000000404040404040404040400
- 00000000000000000000FBFB00000000000000000000FFFF00FFFF00FFFF0000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000FBFB0000FBFB0000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000FBFB0000FBFB00000000000000000000FFFFFFFFFFFFFFFF0000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000FBFBFBFB00000000000000000000FCFCFCFCFCFCFCFCFCFC00
- 0000000000000000000000000000000000000000000000000000F8F8F8F8F8F8
- 0000000000000000000000000000000000000000FBFCFCFCFCFCFCFCFCFCFCFB
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000FBFB00000000FBFB00000000FB
- FB00000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000FB000000000000FB000000000000
- 00FB000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000F8F8F8F8F8F8F8F8F800000404
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000FCFCFC0000000000000606060600000000000000000000000000040704
- 0400000000000000000000000000000000000000070000000000000000000700
- 000000FCFCFC00000000000006060606000000F8F8F8F8F8F8F8F80004070404
- 04000000000000000000F8F8F8F8F8F800000000030000000000000000000700
- 000000FCFCFC0000F90000000606060600000000000000000000000407040404
- 00000000000000000000F8F8F8F8F8F800000000070000000000000000000000
- 0000000000000000F900000006060606000000F8F80000000000040704040400
- 00000000000000000000F8F8F8F8F8F800000000070700000000000007000000
- 0000000000000000F9F900000000000000000000000000000000F80404040000
- 00000000000000000000F800000000F800000000000700000007000007000000
- 0000000000010100F9F90000FCFCFC0000000000F8000000000000F800F80000
- 00000000000000000000F8F8F8F8F8F800000000000700000007000007000000
- 0000000000010100F9F9F900FCFCFC000000000000F9F9F9F9F9F9000000F8F8
- F8F80000000000000000F8F8F8F8F8F800000000000000000000000000000000
- 0000000000000000F9F9F900FCFCFC0000000000000000000000000000000000
- 00000000000000000000F800000000F800000000000007000000000007000000
- 000000F9F9000000F9F9F9000000000000000000F9F9F9F9F9F9F9F9000000F8
- F8F80000000000000000F8F8F8F8F8F800000000000000000000000000000000
- 000000F9F9000000F9F90000F9F9000000000600000000000000000000000000
- 00000000000000000000F8F8F8F8F8F800000000000000000000000000000000
- 0000000000000000F9F90000F9F900000000000000F9F9F9F9F9F900000000F8
- F8F80000000000000000F800000000F800000000000000070000000000070000
- 0000000606060600F90000000000000000000000000000000000000000000000
- 00000000000000000000F8F8F8F8F8F800000000000000000000000000000000
- 0000000606060600F90000000101000000000000F800F9F9F9F900F80000F8F8
- F8F80000000000000000F8F8F8F8F8F800000000000000000000000000000000
- 0000000606060600000000000101000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000606060600000000000000000000000000000000000000000000F8F8F8
- F8F8000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000040400000000000000040400000000000000
- 0000000000000000000000000000000000000000000000000404040404040404
- 0404000000000000000000000004070404000000000004000004000004040000
- 00000000000000000004040404040404040400000000000004FFFFFFFFFFFFFF
- FF04000000000000000000000407040404000000000004000004000400000400
- 00000000000000000004FFFFFFFFFFFFFF0400F803F803F804FF000000000000
- FF04000000000000000000040704040400000000000004000004000400000400
- 00000000000000000004FF0000000000FF040003F803F80304FFFFFFFFFFFFFF
- FF04000000000000000004070404040000000000000000040404000400000400
- 00000000000000000004FFFFFFFFFFFFFF0400F803F803F804FF000000FF0404
- 04040000000007070700F8040404000000000000000000000004000404040000
- 00000000FFFFFFFFFF04FF0000000000FF040003F803F80304FFFFFFFFFF04FF
- 04000000F8070707070700F800F8000000000000000000000004000400000000
- 00000000FF0000000004FFFFFFFFFFFFFF0400F803F803F804FFFFFFFFFF0404
- 0000000007070707070707000000000000000000000000000000000000000000
- 00000000FFFFFFFFFF04FF0000FF040404040003F803F8030404040404040400
- 0000000707070707070707070700000000000000000000000000000000000000
- 00000000FF0000000004FFFFFFFF04FF040000F803F803F803F803F803F80300
- 0000000707070707070707070700000000000000000000000000000000000000
- 00000000FFFFFFFFFF04FFFFFFFF040400000003F80000000000000000F8F800
- 0000060700070707070707070700000000000000000000000000000000000000
- 00000000FF0000FF0004040404040400000000F8F80000000000000000F80300
- 0000000700070707070707070700000000000000000000000000000000000000
- 00000000FFFFFFFF00FF00000000000000000003F80300FB0000FB00F803F800
- 0000000000000707070707070000000000000000000000000000000000000000
- 00000000FFFFFFFF00000000000000000000000000000000FBFB000000000000
- 00000000F8000000070707F80000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000707070700000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000003030000000000000000000300000000000000000000000000000000
- 0000000000000000000000000000000000000000030303030303030303000000
- 0000000003030000000000000000000300000000000000000000000000000000
- 00000000000000000000000000000000000000FB000303030303030303030000
- 00000000030300000000000000000003000000000000000000FBFBFB00000000
- 00000000000000000000000000000000000000FFFB0003030303030303030300
- 00000000030300000000000000000003000000000000000000F8F8F800000000
- 00000000000000000000000000000400000000FBFFFB00030303030303030303
- 0000000003030303030303030303030300000000000000000000000000000000
- 00000000040404040400000000000400000000FFFBFFFB000000000000000000
- 0000000003030000000000000000030300000000000000000000000000000000
- 00000000040404040000000000000004000000FBFFFBFFFBFFFBFFFB00000000
- 0000000003000000000000000000000300000000000000000000000000000000
- 00000000040404000000000000000004000000FFFBFFFBFFFBFFFBFF00000000
- 000000000300000000000000000000030000000000FFFFFFFFFFFFFFFF000000
- 00000000040400040000000000000004000000FBFFFB00000000000000000000
- 00000000030000000000000000000003000000000000FF0000000000FF000000
- 0000000004000000040400000000040000000000000000000000000000000000
- 00000000030000000000000000000003000000000000FFFFFFFFFFFFFFFF0000
- 0000000000000000000004040404000000000000000000000000000000000000
- 0000000003000000000000000000000000000000000000FF0000000000FF0000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000003000000000000000000000000000000000000FFFFFFFFFFFFFFFF00
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000424D3E000000000000003E000000
- 2800000040000000500000000100010000000000800200000000000000000000
- 000000000000000000000000FFFFFF0000000000000000000000000000000000
- 0000000000030000000003030000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000030000000003030000000003030300000000000000030303030303
- 00000000000000000000000000000000FFFFFFFFFF7E00008001FFFF9001FFFF
- BFFDFFFFC0030000A005FCFFE0030000BFFDFFFFE0030000A005FCFFE0030000
- BFFDFCFFE0030000A005FCFF00010000BFFDFE7F80000000A005FF3FE0070000
- BFFDF33FE0070000BFFDF33FE0070000BE01F87FE0070000BE01FFFFC0030000
- 8001FFFF9E790000FFFFFFFF7EFE0000FFFFFFFF8033FFFF83E08FC3FFE18001
- 83E08FC38041AA0183E08DC3FF83AA018080FDC3900780018000FCFFCF0FAA79
- 8000E4C79F8F80018000E447A050AA01C001FC477FEF8079E0839C7F4028AA01
- E0839CCF7FEF8001F1C7FCCF6068AA79F1C785FFBFDF8001F1C785CF9090AA01
- FFFF87CFCF3F8001FFFF87FFF0E0FFFFFFFFFFFFFFFFFFF3F9FFFFFFFC00FFE1
- F6CFFE008000FFC1F6B7FE000000FF83F6B7FE000000F007F8B780000000C10F
- FE8F80000001808FFE3F80000003805FFF7F80000003000FFE3F80010003000F
- FEBF80030003200FFC9F80070FC3200FFDDF807F0003B01FFDDF80FF80079C1F
- FDDF81FFF87FC03FFFFFFFFFFFFFF0FFFFFFFFFFFFFFFFFFFFFFC001C007FFFF
- 001F8031BFEBFFFF000F80310005FFFF000780317E31FFFF000380017E35FFF7
- 000180010006C1F7000080017FEAC3FB001F8FF18014C7FB001F8FF1C00ACBFB
- 001F8FF1E001DCF78FF18FF1E007FF0FFFF98FF1F007FFFFFF758FF5F003FFFF
- FF8F8001F803FFFFFFFFFFFFFFFFFFFF}
- end
- object NewPopUp: TPopupMenu
- Left = 16
- Top = 120
- object Tabledesigner1: TMenuItem
- Caption = 'Table designer'
- OnClick = FileNewItemClick
- end
- object Newtableassistant1: TMenuItem
- Caption = 'New table assistant'
- OnClick = QNewBtnClick
- end
- end
- object PrinterSetupDialog1: TPrinterSetupDialog
- Left = 8
- Top = 160
- end
- end
-